From: Gert Wollny Date: Mon, 6 Aug 2018 13:00:35 +0000 (+0200) Subject: fail should also be reported X-Git-Tag: archive/raspbian/3.6.9-4+rpi1^2~202 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=33a40fa4dcb6981d1cdd529d1f0d1f970b627079;p=dcmtk.git fail should also be reported --- diff --git a/debian/.gitlab-ci.yml b/debian/.gitlab-ci.yml index 22a021b5..fd0f53dc 100644 --- a/debian/.gitlab-ci.yml +++ b/debian/.gitlab-ci.yml @@ -11,5 +11,5 @@ build: - git checkout master - git pull # silence build to not exceed build log size of gitlab-ci - - gbp buildpackage -uc -us 2>&1 >../build.log || tail -n 100 ../build.log + - gbp buildpackage -uc -us 2>&1 >../build.log && exit 0 || tail -n 100 ../build.log && exit -1